home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / GTDOOR.HLP < prev    next >
Text File  |  1990-06-30  |  799b  |  20 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ GTDOOR.BAT - the batch file that gives you shell access
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.     The GTDOOR.BAT file is a batch file executed by GT when somebody that
  7.     has been granted Dos Shell access (usually only the sysop) executes the
  8.     Shell command.
  9.  
  10.     The standard gtdoor.bat, operating through CTTY, is :
  11.  
  12.         echo off    --- avoids displaying subsequent commands
  13.         %1 COM%2    --- %1 is either REM (local user) or CTTY (remote user)
  14.                         %2 is the COM port number, usually 1 or 2.
  15.         command     --- causes command.com to execute
  16.         %1 con      --- puts CTTY back to console when operating remotely.
  17.  
  18.  
  19.  
  20.